summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-02-01 11:51:03 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-02-01 11:51:03 +0000
commit8e376724d43091c4105e836154d7740fcd299e87 (patch)
tree94afefb59d526baffcb0fc010cfae6aec448b1c1 /devel
parentRestrict husky ports to i386 only. (diff)
fix portlint errors
Notes
Notes: svn path=/head/; revision=74419
Diffstat (limited to 'devel')
-rw-r--r--devel/ossp-al/Makefile4
-rw-r--r--devel/ossp-l2/Makefile4
-rw-r--r--devel/ossp-val/Makefile4
-rw-r--r--devel/ossp-var/Makefile4
4 files changed, 12 insertions, 4 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"
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile
index ac75b22226b2..3c68f9ca5640 100644
--- a/devel/ossp-l2/Makefile
+++ b/devel/ossp-l2/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"
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"
diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile
index c6cb7c5e2a06..9ed85c00a94f 100644
--- a/devel/ossp-var/Makefile
+++ b/devel/ossp-var/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"