diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-16 23:28:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-16 23:28:52 +0000 |
commit | 20d556841d9891b7eebd3c105891786251cda9d3 (patch) | |
tree | 8f9f87ce413367c88f844dda57a15aa30d71bb65 /editors/gxedit/Makefile | |
parent | Fix Package build for aout system (diff) |
Upgrade to 1.14.
Notes
Notes:
svn path=/head/; revision=13189
Diffstat (limited to 'editors/gxedit/Makefile')
-rw-r--r-- | editors/gxedit/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 93ebfbde7e12..2ed084cba28f 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gxedit -# Version required: 1.12 +# Version required: 1.14 # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.10 1998/08/07 23:56:17 asami Exp $ +# $Id: Makefile,v 1.11 1998/08/25 04:04:39 vanilla Exp $ # -DISTNAME= GXedit1.12 -PKGNAME= gxedit-1.12 +DISTNAME= GXedit1.14 +PKGNAME= gxedit-1.14 CATEGORIES= editors MASTER_SITES= http://devplanet.fastethernet.net/ @@ -16,6 +16,7 @@ MAINTAINER= dom@myrddin.demon.co.uk LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 USE_X_PREFIX= yes +ALL_TARGET= gxedit do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin |