aboutsummaryrefslogtreecommitdiff
path: root/textproc/stardict3/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-05-19 06:23:17 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-05-19 06:23:17 +0000
commit1887dbec7f5a87a71988de76d115cbec75118421 (patch)
treec6a688517697904e34b663a545d4e05061ebb2cc /textproc/stardict3/Makefile
parentabce81d0294982f387e95a5da14fc7b1772b86d0 (diff)
downloadports-1887dbec7f5a87a71988de76d115cbec75118421.tar.gz
ports-1887dbec7f5a87a71988de76d115cbec75118421.zip
Notes
Diffstat (limited to 'textproc/stardict3/Makefile')
-rw-r--r--textproc/stardict3/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile
index bb4fff982de2..efcf58f6c885 100644
--- a/textproc/stardict3/Makefile
+++ b/textproc/stardict3/Makefile
@@ -19,21 +19,13 @@ DISTFILES= stardict-${PORTVERSION}.tar.gz \
MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT= English-Chinese dictionary
-LIB_DEPENDS= gnome-2.200:${PORTSDIR}/x11/libgnome \
- gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
- bonobo-2.0:${PORTSDIR}/devel/libbonobo \
- bonobo-activation.4:${PORTSDIR}/devel/bonobo-activation
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Configure fails"
-.endif
-
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_BZIP2= yes
+USE_GNOME= libgnome libgnomeui libbonobo bonoboactivation gconf2
WRKSRC= ${WRKDIR}/stardict-${PORTVERSION}
MAN1= stardict.1
@@ -53,4 +45,4 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-big5-2.0.0/* ${PREFIX}/share/stardict/dic/
${INSTALL_DATA} ${WRKDIR}/stardict-xdict-ce-big5-2.0.0/* ${PREFIX}/share/stardict/dic/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>