diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-14 17:28:15 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-14 17:28:15 +0000 |
commit | f6153f1ccebf03c851e5d31e61f1e2d3628cff47 (patch) | |
tree | 2738a763e5195258e22ec5f78e1a3deabfecddf7 /devel/ossp-al | |
parent | 9a66e311a4855d332a7f889dfb48ba10bfe4fe3b (diff) |
Notes
Diffstat (limited to 'devel/ossp-al')
-rw-r--r-- | devel/ossp-al/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index 86c7d80479e0..822251d0f687 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -18,15 +18,13 @@ PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org COMMENT= Defines an abstract type of buffer that can move data without copying -LIB_DEPENDS= ex.10:${.CURDIR}/../../devel/ossp-ex +LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex USE_GMAKE= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .include "${FILESDIR}/manpages.mk" .include <bsd.port.post.mk> - -#EOF |