diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-18 17:56:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-18 17:56:09 +0000 |
commit | 3b1efc0a4e4b52c4a2743b4938787043030d6e58 (patch) | |
tree | 41b81a9f43616fb312ec90d6b66dc02c9a732475 /sysutils/gpkgdep | |
parent | f0569297de9d5e8a603bd92d73c758c1a36ec56e (diff) | |
download | ports-3b1efc0a4e4b52c4a2743b4938787043030d6e58.tar.gz ports-3b1efc0a4e4b52c4a2743b4938787043030d6e58.zip |
Convert to new GNOME infrastructure which should fix the build.
Reported by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Notes
Notes:
svn path=/head/; revision=81261
Diffstat (limited to 'sysutils/gpkgdep')
-rw-r--r-- | sysutils/gpkgdep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/gpkgdep/Makefile b/sysutils/gpkgdep/Makefile index 69be33109ec3..0c9a475c52a4 100644 --- a/sysutils/gpkgdep/Makefile +++ b/sysutils/gpkgdep/Makefile @@ -13,9 +13,8 @@ MASTER_SITE_SUBDIR= gpkgdep MAINTAINER= h.eichmann@gmx.de COMMENT= Shows package dependencies in tree views -LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 - USE_BZIP2= yes +USE_GNOME= gtk20 USE_AUTOMAKE_VER= 15 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes |