diff options
author | pav <pav@FreeBSD.org> | 2005-08-19 06:34:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-08-19 06:34:07 +0800 |
commit | 1768e30309ad2c8dc71c59836ac5f89fb0eba6c3 (patch) | |
tree | c1db3bfb4f61e793fc2bbd964eab9dfec3027a17 /x11-toolkits/linux-f8-gtk2 | |
parent | 460238754ff5f62895a501f1bb23a30e5651de2e (diff) | |
download | freebsd-ports-gnome-1768e30309ad2c8dc71c59836ac5f89fb0eba6c3.tar.gz freebsd-ports-gnome-1768e30309ad2c8dc71c59836ac5f89fb0eba6c3.tar.zst freebsd-ports-gnome-1768e30309ad2c8dc71c59836ac5f89fb0eba6c3.zip |
- Enable on amd64
Approved by: portmgr (marcus)
Diffstat (limited to 'x11-toolkits/linux-f8-gtk2')
-rw-r--r-- | x11-toolkits/linux-f8-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/linux-f8-gtk2/Makefile b/x11-toolkits/linux-f8-gtk2/Makefile index f18b02bde642..a41395fcfeea 100644 --- a/x11-toolkits/linux-f8-gtk2/Makefile +++ b/x11-toolkits/linux-f8-gtk2/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS+= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-gl RUN_DEPENDS+= ${BUILD_DEPENDS} DIST_SUBDIR= rpm/i386/rh9 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist USE_XLIB= yes RESTRICTED= "binaries under GNU LGPL without accompanying source" |