diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-20 21:59:54 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-20 21:59:54 +0800 |
commit | bc3c0aefa9af9cd7134db0308e1503b725fd4cdd (patch) | |
tree | e0f61a9f1e15409f0afbd33d3317d01a59a69036 /graphics/linux-sdl_image | |
parent | a6f6bc9c0c8801a57eb1371da60885f91ee854fd (diff) | |
download | freebsd-ports-gnome-bc3c0aefa9af9cd7134db0308e1503b725fd4cdd.tar.gz freebsd-ports-gnome-bc3c0aefa9af9cd7134db0308e1503b725fd4cdd.tar.zst freebsd-ports-gnome-bc3c0aefa9af9cd7134db0308e1503b725fd4cdd.zip |
Add an apropriate LINUX_DIST_VER. This is only an infrastructure change,
no need to bump PORTREVISION. The change is needed to the upcomming
switch to default linux f10 ports at 8-CURRENT.
Diffstat (limited to 'graphics/linux-sdl_image')
-rw-r--r-- | graphics/linux-sdl_image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/linux-sdl_image/Makefile b/graphics/linux-sdl_image/Makefile index 9e3a978dcc2b..35303049b5b3 100644 --- a/graphics/linux-sdl_image/Makefile +++ b/graphics/linux-sdl_image/Makefile @@ -20,6 +20,7 @@ CONFLICTS= linux-f8-sdl_image-[0-9]* linux-f10-sdl_image-[0-9]* USE_LINUX_RPM= yes USE_LINUX_APPS= sdl12 +LINUX_DIST_VER= 4 INSTALL_SHLIB= yes ONLY_FOR_ARCHS= i386 amd64 DIST_SUBDIR= rpm |