diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
commit | 5886be7ed36dd92f273b8750892700504a5cbe14 (patch) | |
tree | 154c791f34a01fd529238b88713b60b71852939f /astro/gpsdrive/Makefile | |
parent | cec425eba05c1ad179001ecae95113b5a1b9074e (diff) | |
download | FreeBSD-ports-5886be7ed36dd92f273b8750892700504a5cbe14.zip FreeBSD-ports-5886be7ed36dd92f273b8750892700504a5cbe14.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42180
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'astro/gpsdrive/Makefile')
-rw-r--r-- | astro/gpsdrive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index 798a17d..e9e2951 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -17,11 +17,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/pre/} MAINTAINER= molter@gufi.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -BUILD_DEPENDS= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf USE_PERL5= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib |