diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-07-09 21:01:45 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-07-09 21:01:45 +0000 |
commit | 6478ed46bed46fbc30a696307e85171a5bc1ca7b (patch) | |
tree | a7d0c42780450d9a2fa5a4cdc7899fce297e750c /graphics/linux-tiff/Makefile | |
parent | Give encoding of metadata to/from UTF-8 a fighting chance. (diff) |
1. Upgrade linux infrostructure ports from FC3 to FC4.
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1]
Requested by: netchild [1]
Approved by: netchild (mentor, implicit)
Diffstat (limited to 'graphics/linux-tiff/Makefile')
-rw-r--r-- | graphics/linux-tiff/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/linux-tiff/Makefile b/graphics/linux-tiff/Makefile index 8e98c17b8750..c2e5895ae1a4 100644 --- a/graphics/linux-tiff/Makefile +++ b/graphics/linux-tiff/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tiff -PORTVERSION= 3.6.1 -PORTREVISION= 6 +PORTVERSION= 3.7.1 CATEGORIES= graphics linux -DISTNAME= libtiff-${PORTVERSION}-10.fc3 +DISTNAME= libtiff-${PORTVERSION}-6.fc4.2 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= TIFF library, Linux/i386 binary @@ -18,9 +17,10 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg ONLY_FOR_ARCHS= amd64 i386 USE_LINUX_RPM= yes -LINUX_DIST_VER= 3 +LINUX_DIST_VER= 4 INSTALLS_SHLIB= yes BRANDELF_DIRS= usr/bin PLIST= pkg-plist.${LINUX_RPM_ARCH} +PLIST_SUB+= PORTVERSION="${PORTVERSION}" .include <bsd.port.mk> |