diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2003-10-16 10:11:13 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2003-10-16 10:11:13 +0000 |
commit | d5d9e99c73c270a82976acd36f3a30c799e3a582 (patch) | |
tree | 5355f6442f8d9fed688528a45c93c400c9c6e443 /graphics/picturebook | |
parent | Fix the previous fix by properly replacing \ at the end of (diff) |
Restrict this port to i386 architecture, I don't know of any VAIO using
anything else than Wintel.
Notes
Notes:
svn path=/head/; revision=91420
Diffstat (limited to 'graphics/picturebook')
-rw-r--r-- | graphics/picturebook/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/picturebook/Makefile b/graphics/picturebook/Makefile index 8c85063429d4..bc2e3296da93 100644 --- a/graphics/picturebook/Makefile +++ b/graphics/picturebook/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= freebsd-ports@FreeBSD.org COMMENT= SONY VAIO camera capture utility +ONLY_FOR_ARCHS= i386 + WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= imlib |