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 /devel | |
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 'devel')
-rw-r--r-- | devel/linux-glib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linux-glib2/Makefile b/devel/linux-glib2/Makefile index 6167073aac7c..47bb649f21e3 100644 --- a/devel/linux-glib2/Makefile +++ b/devel/linux-glib2/Makefile @@ -14,7 +14,7 @@ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Version 2.X Linux/i386 binary port of GLib BASEVERSION= 9 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist RESTRICTED= "binary under GNU LGPL without accompanying source" RPM_SET= glib2-2.2.1-1.i386.rpm |