diff options
-rw-r--r-- | editors/cooledit/Makefile | 9 | ||||
-rw-r--r-- | editors/cooledit/distinfo | 2 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index c0146ad..5eaa36b 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cooledit -PORTVERSION= 3.17.4 +PORTVERSION= 3.17.5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.netins.net/showcase/Comput-IT/cooledit/src/ @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= apps/editors/X/cooledit MAINTAINER= brett@peloton.runet.edu -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + vga.1:${PORTSDIR}/graphics/svgalib USE_LIBTOOL= yes INSTALLS_SHLIB= yes @@ -22,8 +23,8 @@ USE_XLIB= yes USE_XPM= yes USE_GMAKE= yes -CONFIGURE_ARGS= --disable-mail-author --with-libs='-lcrypt -lreadline' \ - --without-included-gettext +CONFIGURE_ARGS= --with-libs='-lcrypt -lreadline -lvga' \ + --disable-mail-author --without-included-gettext CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/cooledit/distinfo b/editors/cooledit/distinfo index e7cc2ec..2b2f8fb 100644 --- a/editors/cooledit/distinfo +++ b/editors/cooledit/distinfo @@ -1 +1 @@ -MD5 (cooledit-3.17.4.tar.gz) = d99eb1b25d59ba2b3068269f9fa3ffaf +MD5 (cooledit-3.17.5.tar.gz) = 087b2ad31a4d63d8d6da31da5ade35a0 diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index ee5034e..550eeb9 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -8,7 +8,6 @@ bin/coolman bin/coolmessage bin/coolproject bin/coolquery -bin/obsidiansplash bin/smalledit @unexec if cmp -s %D/etc/coolicon.config.dist %D/etc/coolicon.config; then rm -f %D/etc/coolicon.config; fi etc/coolicon.config.dist @@ -42,6 +41,7 @@ share/cooledit/syntax/nroff.syntax share/cooledit/syntax/pascal.syntax share/cooledit/syntax/perl.syntax share/cooledit/syntax/php.syntax +share/cooledit/syntax/prolog.syntax share/cooledit/syntax/python.syntax share/cooledit/syntax/sh.syntax share/cooledit/syntax/smalltalk.syntax |