diff options
author | pav <pav@FreeBSD.org> | 2004-02-13 19:36:11 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-13 19:36:11 +0000 |
commit | e7621960d6ce47e834c7b95dd11dbad3785f4bba (patch) | |
tree | 34afc30c0d4d26bc936c1dcedb08d2380e3742ec /devel/ossp-al/Makefile | |
parent | 20480e74c91dfc704f8f4eb2982ae667b479147b (diff) | |
download | FreeBSD-ports-e7621960d6ce47e834c7b95dd11dbad3785f4bba.zip FreeBSD-ports-e7621960d6ce47e834c7b95dd11dbad3785f4bba.tar.gz |
- Actually use ossp-ex (configure args)
PR: ports/62681
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'devel/ossp-al/Makefile')
-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 1289996..321a676 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 |