diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-07-11 08:14:35 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-07-11 08:14:35 +0000 |
commit | 85637516c8452d9f79681968e789c9de5e07e26d (patch) | |
tree | 44cc81bcb73678be424bacf9755e0faf37b93791 /x11-toolkits/wxgtk29 | |
parent | 5e65df641d452bd8acf0d74b7128626bb6dca512 (diff) | |
download | ports-85637516c8452d9f79681968e789c9de5e07e26d.tar.gz ports-85637516c8452d9f79681968e789c9de5e07e26d.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk29')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index ef76001c322e..df416dfb68c1 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -17,7 +17,7 @@ DISTNAME= wxGTK-${PORTVERSION} MAINTAINER?= fjoe@FreeBSD.org COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings (devel version) -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ expat.5:${PORTSDIR}/textproc/expat2 @@ -60,14 +60,9 @@ INSTALL_TARGET= install-common INSTALLS_SHLIB= yes .endif # *-common -.if ${WXGTK_FLAVOR:M*-contrib*} != "" || ${WXGTK_FLAVOR:M*-utils*} != "" -.if ${WXGTK_FLAVOR:M*-utils*} != "" -BUILD_WRKSRC= ${WRKSRC}/contrib/utils -INSTALL_WRKSRC= ${BUILD_WRKSRC} -.else +.if ${WXGTK_FLAVOR:M*-contrib*} != "" BUILD_WRKSRC= ${WRKSRC}/contrib INSTALL_WRKSRC= ${BUILD_WRKSRC} -.endif # *-utils* .if ${WXGTK_FLAVOR} != "gtk2-contrib-common" RUN_DEPENDS= ${X11BASE}/include/wx/stc/stc.h:${PORTSDIR}/x11-toolkits/wxgtk2-contrib-common-devel @@ -78,13 +73,14 @@ LIB_DEPENDS+= wx_baseu-2.5.2:${PORTSDIR}/x11-toolkits/wxgtk2-unicode-devel LIB_DEPENDS+= wx_base-2.5.2:${PORTSDIR}/x11-toolkits/wxgtk2-devel .endif +.endif # !gtk2-contrib-common +.endif # *-contrib* + pre-configure: @${FIND} ${WRKSRC}/contrib -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ -e "s,@CXXFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cxxflags`," \ -e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \ -e "s,@CPPFLAGS@,," -.endif # !gtk2-contrib-common -.endif # *-contrib* || *-utils* .include <bsd.port.pre.mk> |