diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 22:55:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 22:55:56 +0000 |
commit | 457679eee3629c52a1afd0dc50966abe840b300b (patch) | |
tree | b2b11b3e8a906186aa182b5f0543829b71d8d70c /editors | |
parent | 7cdb6fbdd2ba32a55dde869905111b0224e171aa (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gxedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 2ed084cba28f..c7d7ffc63d81 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -3,7 +3,7 @@ # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.11 1998/08/25 04:04:39 vanilla Exp $ +# $Id: Makefile,v 1.12 1998/09/16 23:28:51 vanilla Exp $ # DISTNAME= GXedit1.14 @@ -13,7 +13,7 @@ MASTER_SITES= http://devplanet.fastethernet.net/ MAINTAINER= dom@myrddin.demon.co.uk -LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 USE_X_PREFIX= yes ALL_TARGET= gxedit |