diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-20 13:59:54 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-20 13:59:54 +0000 |
commit | e882955bfd33cbbd297cf80704fd413cbdf3c857 (patch) | |
tree | bf4dabd2283915cae068d1904a5d19a078e67f5d /devel/linux-sdl12 | |
parent | f4bb8d6cf863149c78d367e6fee2c52d63ebffda (diff) | |
download | ports-e882955bfd33cbbd297cf80704fd413cbdf3c857.tar.gz ports-e882955bfd33cbbd297cf80704fd413cbdf3c857.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.
Notes
Notes:
svn path=/head/; revision=236365
Diffstat (limited to 'devel/linux-sdl12')
-rw-r--r-- | devel/linux-sdl12/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/linux-sdl12/Makefile b/devel/linux-sdl12/Makefile index f47830ec2bdd..05adbecb8894 100644 --- a/devel/linux-sdl12/Makefile +++ b/devel/linux-sdl12/Makefile @@ -22,6 +22,7 @@ CONFLICTS= linux-f8-sdl12-[0-9]* linux-f10-sdl12-[0-9]* USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs +LINUX_DIST_VER= 4 INSTALL_SHLIB= yes ONLY_FOR_ARCHS= i386 amd64 |