diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-21 12:29:52 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-21 12:29:52 +0800 |
commit | 172ea9c64e4688a72598abe7402f813d313bc653 (patch) | |
tree | 33af5d83de02e8b180148fa5c887c8dac212c73f | |
parent | 7aa0fa2954642e81353fa9f84070cc5c8d4e3a1c (diff) | |
download | freebsd-ports-gnome-172ea9c64e4688a72598abe7402f813d313bc653.tar.gz freebsd-ports-gnome-172ea9c64e4688a72598abe7402f813d313bc653.tar.zst freebsd-ports-gnome-172ea9c64e4688a72598abe7402f813d313bc653.zip |
Use new GNOME 2 infrastructure.
Submitted by: Mezz
-rw-r--r-- | databases/libgnomedb/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 3dccc6002f55..51b332c5d7ec 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -15,14 +15,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library components for the GNOME database frontend -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ - gda-2.1:${PORTSDIR}/databases/libgda2 - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomeui libgda2 USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |