diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-06 01:37:22 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-06 01:37:22 +0800 |
commit | a4613d621182fa8aba50dcd9e24f5e9577403350 (patch) | |
tree | f26b60296b320b1901d50506249e5bbe82bc318f /x11/xscreensaver-gnome | |
parent | 5c1fbe1bc23b421d789e126f4cc702b46225edf0 (diff) | |
download | freebsd-ports-graphics-a4613d621182fa8aba50dcd9e24f5e9577403350.tar.gz freebsd-ports-graphics-a4613d621182fa8aba50dcd9e24f5e9577403350.tar.zst freebsd-ports-graphics-a4613d621182fa8aba50dcd9e24f5e9577403350.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'x11/xscreensaver-gnome')
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index a1796faafb5..7db73d451a2 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -19,10 +19,9 @@ LIB_DEPENDS= gle.4:${PORTSDIR}/graphics/gle \ USE_XORG= x11 xpm USE_GL= gl -USE_GMAKE= yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_GNOME= gnomehier libglade2 gnomehack -USES= gettext +USES= gettext gmake perl5 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \ --with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \ |