diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-18 22:49:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-18 22:49:01 +0000 |
commit | 3b8a17604b2bccbd6472d0715e5f719721180c44 (patch) | |
tree | f80624c5fb49f800b397d75aaa478fb9c89c238b /net-p2p/amule-devel/Makefile | |
parent | - Fix wrong (but harmless) shebang lines. (diff) |
- Update to 2.1.3
PR: ports/98867
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
Diffstat (limited to 'net-p2p/amule-devel/Makefile')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 0b8fa61efbe5..3e8094fcc309 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aMule -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.3 CATEGORIES= net-p2p #MASTER_SITES= http://download.berlios.de/amule/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -27,9 +27,11 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack gnomeprefix USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-debug \ + --mandir=${MANPREFIX}/man \ --without-included-gettext \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ |