diff options
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 93ebfbde7e1..2ed084cba28 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 |