diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
commit | 147fdee482ca1a335dcd09608f3b820a1dad2b40 (patch) | |
tree | 6adf22ccd743df57b19e1e180d4cc1e16851afeb /net/rexx-sock | |
parent | e0f58ab25d1ad411ed70fe4c114cfbd5bb341348 (diff) | |
download | ports-147fdee482ca1a335dcd09608f3b820a1dad2b40.tar.gz ports-147fdee482ca1a335dcd09608f3b820a1dad2b40.zip |
Notes
Diffstat (limited to 'net/rexx-sock')
-rw-r--r-- | net/rexx-sock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rexx-sock/Makefile b/net/rexx-sock/Makefile index cecb10415de0..951ffe2c2289 100644 --- a/net/rexx-sock/Makefile +++ b/net/rexx-sock/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-rexx=regina MAKE_ARGS= INSTALL="${INSTALL}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/rx${PORTNAME} |