diff options
author | pav <pav@FreeBSD.org> | 2009-01-08 17:01:39 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-08 17:01:39 +0000 |
commit | 4ce28f9abbbb55302d755f23592d3308368846b9 (patch) | |
tree | cb4ebac58e642d5b603c463b5d4be9313c540c69 | |
parent | 5b8e6a3cecfd2291deef24eea2d33c49ecd5bef8 (diff) | |
download | FreeBSD-ports-4ce28f9abbbb55302d755f23592d3308368846b9.zip FreeBSD-ports-4ce28f9abbbb55302d755f23592d3308368846b9.tar.gz |
- USE_GZIP does not need to be defined last few years
-rw-r--r-- | games/gemrb/Makefile | 1 | ||||
-rw-r--r-- | games/lordsawar/Makefile | 1 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/Makefile | 1 | ||||
-rw-r--r-- | print/rtf2latex2e/Makefile | 1 | ||||
-rw-r--r-- | security/klamav/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/fonts-indic/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index 320fa9f..9487b72 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -23,7 +23,6 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib \ --includedir=${LOCALBASE}/include -USE_GZIP= yes USE_GMAKE= yes USE_SDL= sdl USE_LDCONFIG= yes diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index d7618ae..589fc01 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= glademm-2.4:${PORTSDIR}/devel/libglademm24 \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost -USE_GZIP= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= intltool diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index 27fc522..9f13faf 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -21,7 +21,6 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig GNU_CONFIGURE= yes -USE_GZIP= yes USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack diff --git a/print/rtf2latex2e/Makefile b/print/rtf2latex2e/Makefile index c8185fd..df51320 100644 --- a/print/rtf2latex2e/Makefile +++ b/print/rtf2latex2e/Makefile @@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}Unix1 MAINTAINER= martin.dieringer@gmx.de COMMENT= A newer filter that converts RTF (MS Rich Text Format) into LaTeX -USE_GZIP= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/security/klamav/Makefile b/security/klamav/Makefile index 080a18d..a610e99 100644 --- a/security/klamav/Makefile +++ b/security/klamav/Makefile @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION} PREFIX= ${KDE_PREFIX} DOCSDIR= ${PREFIX}/share/doc/HTML/en/klamav02 -USE_GZIP= yes USE_GMAKE= yes USE_SQLITE= 3 USE_GNOME= pkgconfig diff --git a/x11-fonts/fonts-indic/Makefile b/x11-fonts/fonts-indic/Makefile index d875574..96cfe33 100644 --- a/x11-fonts/fonts-indic/Makefile +++ b/x11-fonts/fonts-indic/Makefile @@ -16,7 +16,6 @@ COMMENT= The Lohit family of Indic fonts RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig -USE_GZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes |