diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-17 21:40:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-17 21:40:26 +0000 |
commit | 6b23cb781c9c14fca425fa5b54c8c0880fc55683 (patch) | |
tree | 0013fe85b04f275595a82efaa30d9e3192c6cd30 | |
parent | 34c4d6f43210d19dfcd1fe05b4e6adf62ed5a7c7 (diff) | |
download | ports-6b23cb781c9c14fca425fa5b54c8c0880fc55683.tar.gz ports-6b23cb781c9c14fca425fa5b54c8c0880fc55683.zip |
Notes
-rw-r--r-- | graphics/dia/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 8b28b3f255c0..2c6892aee0ee 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -15,13 +15,12 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT= Diagram creation program, similar to Visio -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomeui USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-gnome --enable-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |