diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-26 21:35:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-26 21:35:04 +0000 |
commit | 0180080a9e7a36afccd35f76e4944ba57d38073b (patch) | |
tree | 9dbc29ff5d987109e001644e0916d91291c298b4 /multimedia/mpeg4ip-libmp4v2 | |
parent | 1c9d2c8a35154fba58dad0c23378514155c714c8 (diff) | |
download | ports-0180080a9e7a36afccd35f76e4944ba57d38073b.tar.gz ports-0180080a9e7a36afccd35f76e4944ba57d38073b.zip |
Notes
Diffstat (limited to 'multimedia/mpeg4ip-libmp4v2')
-rw-r--r-- | multimedia/mpeg4ip-libmp4v2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip-libmp4v2/Makefile b/multimedia/mpeg4ip-libmp4v2/Makefile index 3037721d35d5..5810abd44029 100644 --- a/multimedia/mpeg4ip-libmp4v2/Makefile +++ b/multimedia/mpeg4ip-libmp4v2/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> |