diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-13 19:36:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-13 19:36:11 +0000 |
commit | d957897fa7f2e214c1baae17143395292de6b7b8 (patch) | |
tree | 37780432fae1411de80f11fbf8d13238cc9ee887 /devel/ossp-al | |
parent | dccaf46994989218b64a83d3d0077afa073c7e12 (diff) | |
download | ports-d957897fa7f2e214c1baae17143395292de6b7b8.tar.gz ports-d957897fa7f2e214c1baae17143395292de6b7b8.zip |
Notes
Diffstat (limited to 'devel/ossp-al')
-rw-r--r-- | devel/ossp-al/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index 1289996f9afe..321a676168cb 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -9,7 +9,7 @@ PORTNAME= al PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 0 CATEGORIES= devel MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/al/ @@ -22,6 +22,7 @@ LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-ex=${LOCALBASE} USE_LIBTOOL= yes INSTALLS_SHLIB= yes |