diff options
author | steve <steve@FreeBSD.org> | 1999-12-24 02:01:52 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-24 02:01:52 +0800 |
commit | 90be6116235aceb82b4cddbb7f0b882335588f2b (patch) | |
tree | 902fb57a1729d33a764d8c97fa35cb20321e1bfc /graphics/enfle/Makefile | |
parent | 987569edadb475a3df0e6a0eb7e72b2981a0cbf6 (diff) | |
download | freebsd-ports-gnome-90be6116235aceb82b4cddbb7f0b882335588f2b.tar.gz freebsd-ports-gnome-90be6116235aceb82b4cddbb7f0b882335588f2b.tar.zst freebsd-ports-gnome-90be6116235aceb82b4cddbb7f0b882335588f2b.zip |
Update to version 19991206.
PR: 15324
Submitted by: maintainer
Diffstat (limited to 'graphics/enfle/Makefile')
-rw-r--r-- | graphics/enfle/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index e522315169a6..a0cc0c0be62f 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: enfle -# Version required: 19991102 +# Version required: 19991206 # Date created: Tue Sep 28 02:25:17 JST 1999 # Whom: Yuuki SAWADA <mami@whale.cc.muroran-it.ac.jp> # # $FreeBSD$ # -DISTNAME= enfle-19991102 +DISTNAME= enfle-19991206 CATEGORIES= graphics MASTER_SITES= http://enfle.fennel.org/ \ - ftp://ftp.goldmoon.org:1200/pub/FreeBSD/distfiles/ + ftp://ftp.goldmoon.org:1200/pub/FreeBSD/ports/distfiles/ MAINTAINER= mami@whale.cc.muroran-it.ac.jp @@ -17,6 +17,7 @@ BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg +USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes |