diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-13 10:19:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-13 10:19:15 +0000 |
commit | bf46644472a11219b05434f11e1ea09a7f595aa5 (patch) | |
tree | e2f5740729e234f1a6a88564761ea04e8658fca4 /audio/jack | |
parent | f86287ac73816874c676ca3dac217bf4370af46e (diff) | |
download | freebsd-ports-bf46644472a11219b05434f11e1ea09a7f595aa5.zip |
Add INSTALLS_SHLIB.
Diffstat (limited to 'audio/jack')
-rw-r--r-- | audio/jack/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 87b24afae1df..2999255c2e0b 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib" \ GNU_CONFIGURE= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes +INSTALLS_SHLIB= yes USE_GNOME= pkgconfig gnometarget gnomehack MAN1= jackd.1 jackstart.1 |