diff options
author | vs <vs@FreeBSD.org> | 2004-06-23 17:23:16 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-06-23 17:23:16 +0800 |
commit | ade875cf5506b4f1ba6c5119b0814ff5539302ee (patch) | |
tree | e76d519cc1d4c23187f453f47e4e718aae59551e /archivers/libcomprex/Makefile | |
parent | 6a56267f63c0a68fc4aaed0b8865c2cbc822506f (diff) | |
download | freebsd-ports-gnome-ade875cf5506b4f1ba6c5119b0814ff5539302ee.tar.gz freebsd-ports-gnome-ade875cf5506b4f1ba6c5119b0814ff5539302ee.tar.zst freebsd-ports-gnome-ade875cf5506b4f1ba6c5119b0814ff5539302ee.zip |
libcurl no longer provides formparse() -> disable curl-support.
Diffstat (limited to 'archivers/libcomprex/Makefile')
-rw-r--r-- | archivers/libcomprex/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 43cb541e5aad..20425d32d853 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -8,7 +8,7 @@ PORTNAME= libcomprex PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnupdate @@ -16,14 +16,12 @@ MASTER_SITE_SUBDIR= gnupdate MAINTAINER= ports@FreeBSD.org COMMENT= Transparently handles automatic compression and decompression of files -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +#LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif -BROKEN= "Broken pkg-plist" - USE_LIBLTDL= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL_VER= 13 |