diff options
Diffstat (limited to 'devel/ossp-al/Makefile')
-rw-r--r-- | devel/ossp-al/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index 2c6ed0204609..9045fe6b5c89 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -20,7 +20,9 @@ MAINTAINER= alane@FreeBSD.org LIB_DEPENDS= ex.10:${.CURDIR}/../../devel/ossp-ex USE_GMAKE= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .include "${FILESDIR}/manpages.mk" |