diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /databases/clip | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Notes
Diffstat (limited to 'databases/clip')
-rw-r--r-- | databases/clip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index 3d22d967dfbd..6415a5e03672 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -7,6 +7,7 @@ PORTNAME= clip PORTVERSION= 1.1.5.1 +PORTREVISION= 1 CATEGORIES= databases lang MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/ \ ftp://ftp.lastik.ru/clip/ \ @@ -17,6 +18,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= xBase and Clipper language compatible compiler +USE_GETTEXT= yes + .include <bsd.port.pre.mk> BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ @@ -26,7 +29,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 \ gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra \ gd.4:${PORTSDIR}/graphics/gd \ - intl.5:${PORTSDIR}/devel/gettext-old \ iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ wget:${PORTSDIR}/ftp/wget |