diff options
author | pat <pat@FreeBSD.org> | 2002-02-16 02:13:58 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-16 02:13:58 +0800 |
commit | 78a7d15303cabeaed2bae25af3c9f36cda3b031a (patch) | |
tree | 332c702516209f1317d4328de70e10f95e688ddd /editors/cooledit | |
parent | 25b7dd42eadae97cde703e68eed6980341f47fbc (diff) | |
download | freebsd-ports-gnome-78a7d15303cabeaed2bae25af3c9f36cda3b031a.tar.gz freebsd-ports-gnome-78a7d15303cabeaed2bae25af3c9f36cda3b031a.tar.zst freebsd-ports-gnome-78a7d15303cabeaed2bae25af3c9f36cda3b031a.zip |
- Update to 3.17.5
- Add missing dependency
PR: 34564
Submitted by: Adam Weinberger <monkey@crackula.com>, maintainer
Approved by: maintainer
Diffstat (limited to 'editors/cooledit')
-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 c0146adf6242..5eaa36b3fd6a 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 e7cc2ec6f38b..2b2f8fbc3d2f 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 ee5034e8114f..550eeb958390 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 |