diff options
Diffstat (limited to 'editors/cooledit/Makefile')
-rw-r--r-- | editors/cooledit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 2201f1f52b77..78bb478e9a98 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -7,7 +7,7 @@ PORTNAME= cooledit PORTVERSION= 3.17.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X/cooledit @@ -16,11 +16,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Suite of utilities, including a GUI editor USE_AUTOTOOLS= libtool:15 -USE_XLIB= yes USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_XORG= x11 xt CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes |