diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
commit | b31357ae22db4f4fc8439cf206238d1cc3b8b3f7 (patch) | |
tree | 8cc1bada4fef1884ca651a45fa2aad3a15516a28 /astro/gpsdrive | |
parent | 8159493e679b57f05ca983886f94cedc3e277d6f (diff) | |
download | ports-b31357ae22db4f4fc8439cf206238d1cc3b8b3f7.tar.gz ports-b31357ae22db4f4fc8439cf206238d1cc3b8b3f7.zip |
Deploy USE_GNOMENG infrastructure
PR: 42180
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65266
Diffstat (limited to 'astro/gpsdrive')
-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 798a17d27fce..e9e2951b42fb 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 |