diff options
Diffstat (limited to 'science/chemtool-devel/Makefile')
-rw-r--r-- | science/chemtool-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile index 142cd39abfd7..4f93bca7699d 100644 --- a/science/chemtool-devel/Makefile +++ b/science/chemtool-devel/Makefile @@ -18,17 +18,18 @@ COMMENT= Drawing organic molecules easily and store them (developer version) LIB_DEPENDS= EMF.1:${PORTSDIR}/graphics/libemf RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig -WRKSRC= ${WRKDIR}/${PORTNAME}-1.7alpha15/ +WRKSRC= ${WRKDIR}/${PORTNAME}-1.7alpha15/ USE_GNOME= gtk20 #USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GETTEXT= yes CONFIGURE_ARGS= --enable-emf=yes PKGNAMESUFFIX= -devel MAN1= chemtool.1 cht.1 #to include emf -CFLAGS+= -I${LOCALBASE}/include/libEMF -CXXFLAGS+= -I${LOCALBASE}/include/libEMF +CFLAGS+= -I${LOCALBASE}/include/libEMF +CXXFLAGS+= -I${LOCALBASE}/include/libEMF post-patch: @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/configure.in |