diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-23 10:40:40 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-23 10:40:40 +0000 |
commit | 0b82235a83d99cfb3901a47b523614b8f3589d3b (patch) | |
tree | 9710a82b0c9e28518e8e778e1aab7b088e7e422f /databases | |
parent | acfc11d6a725b136fc88bbc2105a4f781eb32582 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird20-client/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/firebird20-client/Makefile b/databases/firebird20-client/Makefile index ee737500da6b..06d2be3a47ad 100644 --- a/databases/firebird20-client/Makefile +++ b/databases/firebird20-client/Makefile @@ -16,4 +16,6 @@ PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +MANUAL_PACKAGE_BUILD= yes + .include "${MASTERDIR}/Makefile" |