diff options
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r-- | lang/librep/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 44340f246e62..e72be1aa319c 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -6,8 +6,7 @@ # $MCom: ports/lang/librep/Makefile,v 1.2 2006/09/10 00:51:12 mezz Exp $ PORTNAME= librep -PORTVERSION= 0.16.2 -PORTREVISION= 6 +PORTVERSION= 0.17 CATEGORIES= lang elisp gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= librep @@ -15,7 +14,8 @@ MASTER_SITE_SUBDIR= librep MAINTAINER= gnome@FreeBSD.org COMMENT= An Emacs Lisp like runtime library -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ + gmp.7:${PORTSDIR}/math/libgmp4 PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION} @@ -36,12 +36,6 @@ INFO= librep BROKEN= Does not build on ia64 .endif -.if ${OSVERSION} > 500023 -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 -.else -EXTRA_PATCHES+= ${FILESDIR}/stable-patch-src_numbers.c -.endif - post-extract: @${RM} ${WRKSRC}/test |