diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-03-08 12:09:54 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-03-08 12:09:54 +0000 |
commit | 8990fa85b2a42270277f2d8c7968e2b6b19daa22 (patch) | |
tree | b8ce660f39af408146634a95781bb0f92a89fe11 /lang/librep/Makefile | |
parent | 902e0bcaee2206a9f204cf0ca8d4679e5d4b7f6e (diff) |
Notes
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" |