diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 13:23:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 13:23:43 +0000 |
commit | 68deee40d201c70e2104ab342df7ef39181b8a16 (patch) | |
tree | 396479d1174deac8acb5bf1cb2eba4c7fb3cbf86 /misc/sword15/Makefile | |
parent | 82bd7667e5e9ee074828ef113631506fd2057f32 (diff) | |
download | ports-68deee40d201c70e2104ab342df7ef39181b8a16.tar.gz ports-68deee40d201c70e2104ab342df7ef39181b8a16.zip |
Notes
Diffstat (limited to 'misc/sword15/Makefile')
-rw-r--r-- | misc/sword15/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 5b7620eb9b59..5eea102cc9ef 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -26,6 +26,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf INSTALLS_SHLIB= yes +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl |