diff options
author | az <az@FreeBSD.org> | 2013-09-13 00:11:43 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-13 00:11:43 +0800 |
commit | c1371d14295031682e1165b33bc19487a50b148b (patch) | |
tree | d5e5ba5a3a52396d44f005ed68c3591410ede9ba /devel/oaf | |
parent | a2d320107278bafdc0004fcfb6c2dc17bfb0d568 (diff) | |
download | freebsd-ports-gnome-c1371d14295031682e1165b33bc19487a50b148b.tar.gz freebsd-ports-gnome-c1371d14295031682e1165b33bc19487a50b148b.tar.zst freebsd-ports-gnome-c1371d14295031682e1165b33bc19487a50b148b.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/oaf')
-rw-r--r-- | devel/oaf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index b0068731a687..f729dd39db91 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -21,10 +21,8 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtk12 orbit libxml -USES= gettext -USE_PERL5= yes +USES= gettext gmake perl5 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static --enable-shared \ |