diff options
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r-- | lang/librep/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index dac3e4cb6677..08a1aea3389d 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: librep -# Version required: 0.10 +# Version required: 0.11 # Date created: 13 September 1999 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= librep-0.10 +DISTNAME= librep-0.11 CATEGORIES= lang MASTER_SITES= ftp://librep.sourceforge.net/pub/librep/ @@ -14,6 +14,7 @@ MAINTAINER= nakai@FreeBSD.org PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} +USE_NEWGCC= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-lxpg4" |