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 /archivers/libcomprex | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) |
Notes
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r-- | archivers/libcomprex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 106aabc3e69d..512c0514e669 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -8,7 +8,7 @@ PORTNAME= libcomprex PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnupdate @@ -16,13 +16,13 @@ MASTER_SITE_SUBDIR= gnupdate MAINTAINER= ports@FreeBSD.org COMMENT= Transparently handles automatic compression and decompression of files -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - ltdl.4:${PORTSDIR}/devel/libltdl \ +LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ curl.2:${PORTSDIR}/ftp/curl .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif +USE_GETTEXT= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes LIBTOOLFLAGS= # none |