diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-12-12 00:46:13 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-12-12 00:46:13 +0800 |
commit | 3fba293cf756adc7a2d3b1f9e8d2e408be36a188 (patch) | |
tree | 7bd1a2a33abba6501024f6bb8ff2e7874bde5590 /misc | |
parent | 460fd5b37b5a7632b702c9e3bf9d8cd52917ec70 (diff) | |
download | freebsd-ports-gnome-3fba293cf756adc7a2d3b1f9e8d2e408be36a188.tar.gz freebsd-ports-gnome-3fba293cf756adc7a2d3b1f9e8d2e408be36a188.tar.zst freebsd-ports-gnome-3fba293cf756adc7a2d3b1f9e8d2e408be36a188.zip |
- Add PKGNAMESUFFIX to differentiate from sword17
Submitted by: erwinbot
Pointyhat to: tabthorpe
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 40a252597dce..8a457996de67 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -15,6 +15,7 @@ COMMENT= Framework for manipulating Bible texts LICENSE= GPLv2 CONFLICTS= sword-1.7.* +PKGNAMESUFFIX= 16 BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit |