diff options
author | jgh <jgh@FreeBSD.org> | 2013-07-06 09:22:56 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-07-06 09:22:56 +0800 |
commit | d26b372959e65e96afeee2d7927773946053b1a0 (patch) | |
tree | 76fe04a8c53e7168ffdb46cda0122fa282ff69df /security | |
parent | 9993e3b619b18f4f0fe5fb793a5e121f01dca55a (diff) | |
download | freebsd-ports-gnome-d26b372959e65e96afeee2d7927773946053b1a0.tar.gz freebsd-ports-gnome-d26b372959e65e96afeee2d7927773946053b1a0.tar.zst freebsd-ports-gnome-d26b372959e65e96afeee2d7927773946053b1a0.zip |
- convert USE_GMAKE to USES=gmake
Diffstat (limited to 'security')
-rw-r--r-- | security/pidgin-otr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index d4fcec303613..5181e6768fef 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -21,9 +21,8 @@ LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \ MAKE_JOBS_SAFE= yes -USE_GMAKE= yes USE_GNOME= intltool -USES= gettext +USES= gettext gmake GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include |