diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-15 16:54:09 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-15 16:54:09 +0000 |
commit | f0cab8c5ee4489b033c1f02af0b808967f8d050d (patch) | |
tree | a72a45e914731d01bba2d90db085c2bb394a5b17 /astro | |
parent | b1de88a0bc01383ec33b37c85e8fb7623bffcbd7 (diff) | |
download | FreeBSD-ports-f0cab8c5ee4489b033c1f02af0b808967f8d050d.zip FreeBSD-ports-f0cab8c5ee4489b033c1f02af0b808967f8d050d.tar.gz |
USE_GTK implies USE_GLIB, so that remove the latter when the former is present.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsdrive/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index c240646..db15f93 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt BUILD_DEPENDS= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf USE_PERL5= yes -USE_GLIB= yes USE_GMAKE= yes USE_GTK= yes USE_LIBTOOL= yes |