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-jpeg/Makefile | |
parent | b1a42e06119df78499453f18b77d88b12c26e4d3 (diff) | |
download | ports-6478ed46bed46fbc30a696307e85171a5bc1ca7b.tar.gz ports-6478ed46bed46fbc30a696307e85171a5bc1ca7b.zip |
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)
Notes
Notes:
svn path=/head/; revision=167304
Diffstat (limited to 'graphics/linux-jpeg/Makefile')
-rw-r--r-- | graphics/linux-jpeg/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/linux-jpeg/Makefile b/graphics/linux-jpeg/Makefile index b542ab05c935..4f56ec81902b 100644 --- a/graphics/linux-jpeg/Makefile +++ b/graphics/linux-jpeg/Makefile @@ -6,16 +6,15 @@ # PORTNAME= jpeg -PORTVERSION= 6b.33 -PORTREVISION= 1 +PORTVERSION= 6b.34 CATEGORIES= graphics linux -DISTNAME= libjpeg-6b-33 +DISTNAME= libjpeg-6b-34 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of the JPEG lib USE_LINUX_RPM= yes -LINUX_DIST_VER= 3 +LINUX_DIST_VER= 4 INSTALLS_SHLIB= yes ONLY_FOR_ARCHS= i386 amd64 |