View | Details | Raw Unified | Return to bug 81469
Collapse All | Expand All

(-)zphoto/Makefile (-4 / +2 lines)
Lines 33-43 Link Here
33
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
33
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
34
	       	CPPFLAGS="-I${LOCALBASE}/include \
34
	       	CPPFLAGS="-I${LOCALBASE}/include \
35
		${PTHREAD_CFLAGS}"
35
		${PTHREAD_CFLAGS}"
36
.if defined (WITH_WXGTK)
36
.if defined (WITH_WXGTK2)
37
CONFIGURE_ARGS+=	--with-wx-config=wxgtk-2.4-config
38
PLIST+=		${PKGDIR}/pkg-plist.wxzphoto
39
.elif defined (WITH_WXGTK2)
40
CONFIGURE_ARGS+=	--with-wx-config=wxgtk2-2.4-config
37
CONFIGURE_ARGS+=	--with-wx-config=wxgtk2-2.4-config
38
PLIST_FILES+=	bin/wxzphoto
41
.else
39
.else
42
CONFIGURE_ARGS+=	--disable-wx
40
CONFIGURE_ARGS+=	--disable-wx
43
.endif
41
.endif
(-)zphoto/pkg-plist.wxzphoto (-1 lines)
Line 1 Link Here
1
bin/wxzphoto

Return to bug 81469