diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-21 02:35:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-21 02:35:30 +0000 |
commit | 7fa7a6679cb2e033f7fb5ca98dc46535be7e054f (patch) | |
tree | cacf1a5c945cac96ff299b8b0added460e3812e9 /graphics/dia/Makefile | |
parent | bf774b0f986404ad4fc962b1a28a6df0bca574a3 (diff) |
Notes
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 4be0fed6e616..86fe08d1244b 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -6,16 +6,18 @@ # PORTNAME= dia -PORTVERSION= 0.88 +PORTVERSION= 0.88.1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/dia MAINTAINER= gnome@FreeBSD.org +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt + USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMELIBS= yes WANT_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -28,6 +30,10 @@ MAN1= dia.1 .if defined(HAVE_GNOME) USE_GNOME= yes CONFIGURE_ARGS= --enable-gnome +PLIST_SUB+= DIAHELP="help/dia" +.else +CONFIGURE_ARGS= --disable-gnome +PLIST_SUB+= DIAHELP="dia/help" .endif pre-patch: |