summaryrefslogtreecommitdiff
path: root/lang/librep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r--lang/librep/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 08a1aea3389d..cfc331e50845 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -1,22 +1,27 @@
# New ports collection makefile for: librep
-# Version required: 0.11
+# Version required: 0.11.1
# Date created: 13 September 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= librep-0.11
+DISTNAME= librep-0.11.1
CATEGORIES= lang
MASTER_SITES= ftp://librep.sourceforge.net/pub/librep/
MAINTAINER= nakai@FreeBSD.org
-PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL}
+LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
+ intl.1:${PORTSDIR}/devel/gettext
+
+VERSION= 0.11.1
+PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${VERSION}
USE_NEWGCC= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= LIBS="-lxpg4"
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lxpg4 -lintl"
.include <bsd.port.mk>