1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Support STAGEDIR

This commit is contained in:
Olivier Duchateau 2013-10-14 19:48:49 +00:00
parent db533faaee
commit c49ab8b797
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330347

View File

@ -15,11 +15,10 @@ GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= glib20 gnomehack gtk20
USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined
USES= pkgconfig
USES= pkgconfig gmake
CONFIGURE_ARGS+=--disable-glibtest \
--enable-gtk2 \
--disable-gtk3
NO_STAGE= yes
.include <bsd.port.mk>