aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2003-02-01 19:51:03 +0800
committeralane <alane@FreeBSD.org>2003-02-01 19:51:03 +0800
commit5c979f40370cec6bc9e30469a0c2bf55d7e38a72 (patch)
tree703e6211a41826badc0f85404d0cce6beca7c052
parent98ce244ca7d0b45f017a57783992644e6bb5f39b (diff)
downloadfreebsd-ports-gnome-5c979f40370cec6bc9e30469a0c2bf55d7e38a72.tar.gz
freebsd-ports-gnome-5c979f40370cec6bc9e30469a0c2bf55d7e38a72.tar.zst
freebsd-ports-gnome-5c979f40370cec6bc9e30469a0c2bf55d7e38a72.zip
fix portlint errors
-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"