diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
commit | ca8fd00c3d1e275bcbf43f4904799d17007c6310 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /x11/libexo | |
parent | 82dcc39c53da98280dd9caa1259dc4067e2b6fc6 (diff) | |
download | freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.gz freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.zst freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.zip |
Convert to new perl framework
Convert USE_GMAKE to USES
Diffstat (limited to 'x11/libexo')
-rw-r--r-- | x11/libexo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 25f0ca401e46..b7f5ccd57a70 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -23,13 +23,11 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/lib//} GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes -USE_PERL5= yes USE_XFCE= configenv libmenu libutil USE_XORG= x11 -USES= desktop-file-utils pathfix pkgconfig +USES= desktop-file-utils gmake pathfix perl5 pkgconfig OPTIONS_DEFINE= DOCS NLS |