diff options
-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 3dccc60..51b332c 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" \ |