diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 11:58:24 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 11:58:24 +0800 |
commit | 4209bb71977829b62066e798e060774ed78ce7ff (patch) | |
tree | c4d6939a1d18781a4f393bc2c7e8de7e2c88ea55 /x11-toolkits/p5-Gnome/Makefile | |
parent | ec3d69f93586f4bbdef5685cabcfa09198308fa1 (diff) | |
download | freebsd-ports-gnome-4209bb71977829b62066e798e060774ed78ce7ff.tar.gz freebsd-ports-gnome-4209bb71977829b62066e798e060774ed78ce7ff.tar.zst freebsd-ports-gnome-4209bb71977829b62066e798e060774ed78ce7ff.zip |
Deploy USE_GNOMENG infrastructure
PR: 42309
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-toolkits/p5-Gnome/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gnome/Makefile b/x11-toolkits/p5-Gnome/Makefile index 382b3fb462cf..1e76e95dd582 100644 --- a/x11-toolkits/p5-Gnome/Makefile +++ b/x11-toolkits/p5-Gnome/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk RUN_DEPENDS= ${BUILD_DEPENDS} -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} |