diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-18 22:34:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-18 22:34:07 +0000 |
commit | a9cd110f5f6e2e33b16d1e39a49c41e479ea2978 (patch) | |
tree | 65e67ae6725b5946889e660188bf6f6effa9dfaf /graphics/linux-png | |
parent | e69c4117d841f445e20acd619b6421cabf368671 (diff) |
- Enable on amd64
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=140921
Diffstat (limited to 'graphics/linux-png')
-rw-r--r-- | graphics/linux-png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-png/Makefile b/graphics/linux-png/Makefile index caf7025935e4..cfe8be57a2d6 100644 --- a/graphics/linux-png/Makefile +++ b/graphics/linux-png/Makefile @@ -17,7 +17,7 @@ COMMENT= RPM of the PNG lib DIST_SUBDIR= rpm/i386/fc3 # no alpha rpm is available -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 RPM_SET= libpng-${PORTVERSION}-1.i386.rpm PLIST_FILES= \ |