diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-18 05:40:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-18 05:40:26 +0800 |
commit | 2b82a09489e44d2a9b3c7be78248594ae8e716e2 (patch) | |
tree | aef68322eed0d566dfb06c346c19aed1517120ad /graphics | |
parent | f7d270ac29326e54724ee54274f90bb71a7ab2fe (diff) | |
download | freebsd-ports-gnome-2b82a09489e44d2a9b3c7be78248594ae8e716e2.tar.gz freebsd-ports-gnome-2b82a09489e44d2a9b3c7be78248594ae8e716e2.tar.zst freebsd-ports-gnome-2b82a09489e44d2a9b3c7be78248594ae8e716e2.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'graphics')
-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" \ |