aboutsummaryrefslogtreecommitdiff
path: root/lang/librep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r--lang/librep/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index aa831be6dcff..d4c455e30c64 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -6,7 +6,7 @@
# $MCom: ports/lang/librep/Makefile,v 1.2 2006/09/10 00:51:12 mezz Exp $
PORTNAME= librep
-PORTVERSION= 0.91.1
+PORTVERSION= 0.92.0
CATEGORIES= lang elisp gnome
MASTER_SITES= http://download.tuxfamily.org/librep/
@@ -25,18 +25,14 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal
-CONFIGURE_TARGET= ${GNUHOST}
USE_LDCONFIG= yes
-PLIST_SUB= GNUHOST="${GNUHOST}" VERSION="${PORTVERSION}"
-
MANCOMPRESSED= yes
MAN1= rep.1 rep-remote.1 rep-xgettext.1 repdoc.1
INFO= librep
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-GNUHOST= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
.include <bsd.port.pre.mk>