diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-02-01 11:51:03 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-02-01 11:51:03 +0000 |
commit | 8e376724d43091c4105e836154d7740fcd299e87 (patch) | |
tree | 94afefb59d526baffcb0fc010cfae6aec448b1c1 /devel/ossp-val | |
parent | 8a7cf99eb9a79c686526d36b3efd117d2cbb71ec (diff) |
Notes
Diffstat (limited to 'devel/ossp-val')
-rw-r--r-- | devel/ossp-val/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile index b2755b24f8b2..47ac82d011c0 100644 --- a/devel/ossp-val/Makefile +++ b/devel/ossp-val/Makefile @@ -18,7 +18,9 @@ PKGNAMEPREFIX= ossp- MAINTAINER= alane@FreeBSD.org USE_GMAKE= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .include "${FILESDIR}/manpages.mk" |