diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-04 02:36:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-04 02:36:39 +0800 |
commit | 4e888c8591fc3a4fdade808cb4cf0acfa6ac8eb1 (patch) | |
tree | 568a8ab85326d2a8633ed9053e0bc14aab65f1ce /www | |
parent | a26510d1382189072b944fc6a80fb40687edac20 (diff) | |
download | freebsd-ports-gnome-4e888c8591fc3a4fdade808cb4cf0acfa6ac8eb1.tar.gz freebsd-ports-gnome-4e888c8591fc3a4fdade808cb4cf0acfa6ac8eb1.tar.zst freebsd-ports-gnome-4e888c8591fc3a4fdade808cb4cf0acfa6ac8eb1.zip |
Add NO_ARCH
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WebService-ISBNDB/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-WebService-ISBNDB/Makefile b/www/p5-WebService-ISBNDB/Makefile index 14c63ecfdd66..3853b19c466b 100644 --- a/www/p5-WebService-ISBNDB/Makefile +++ b/www/p5-WebService-ISBNDB/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-Business-ISBN>=1.80:misc/p5-Business-ISBN \ p5-TimeDate>=1.16:devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild |