summaryrefslogtreecommitdiff
path: root/editors/gxedit
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commitfda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch)
tree4ccb4a868e97ff347416395233e3825776b24951 /editors/gxedit
parentImplement USE_GLIB. (diff)
Implement USE_GTK, part 1.
Notes
Notes: svn path=/head/; revision=33424
Diffstat (limited to 'editors/gxedit')
-rw-r--r--editors/gxedit/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile
index 07dd7bf37ee7..0e1a2cf80ece 100644
--- a/editors/gxedit/Makefile
+++ b/editors/gxedit/Makefile
@@ -14,12 +14,9 @@ DISTNAME= GXedit${PORTVERSION}
MAINTAINER= dom@myrddin.demon.co.uk
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
USE_X_PREFIX= yes
-MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+USE_GTK= yes
+
ALL_TARGET= gxedit
post-patch: