diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-17 04:29:05 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-17 04:29:05 +0000 |
commit | 4840abe24b00b213a196af7dc4c7e50beac1f5ed (patch) | |
tree | 13f3fbf1138e1b08e7d2803c96bf7b4b047ba4af /misc/gplbp/Makefile | |
parent | cc877af2ca691eeb5f226bb1daa9c5f0b5a8926d (diff) |
Notes
Diffstat (limited to 'misc/gplbp/Makefile')
-rw-r--r-- | misc/gplbp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gplbp/Makefile b/misc/gplbp/Makefile index b9dd3a713185..7422a03ea167 100644 --- a/misc/gplbp/Makefile +++ b/misc/gplbp/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gplbp -# Version required: 0.91 +# Version required: 0.92 # Date created: 23 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= gplbp-0.91 +DISTNAME= gplbp-0.92 CATEGORIES= misc MASTER_SITES= ftp://ftp.stampede.org/skibum/ -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 |