diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 13:06:49 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 13:06:49 +0800 |
commit | 504f620dd2b80cdde86537971b64a1966170fe7e (patch) | |
tree | e8da43b7fab29cd6e83aea23caf93606bc695e61 | |
parent | 509cd5704bd0be7291523cd08dfff1b9ba0a2f09 (diff) | |
download | marcuscom-ports-504f620dd2b80cdde86537971b64a1966170fe7e.tar marcuscom-ports-504f620dd2b80cdde86537971b64a1966170fe7e.tar.gz marcuscom-ports-504f620dd2b80cdde86537971b64a1966170fe7e.tar.bz2 marcuscom-ports-504f620dd2b80cdde86537971b64a1966170fe7e.tar.lz marcuscom-ports-504f620dd2b80cdde86537971b64a1966170fe7e.tar.xz marcuscom-ports-504f620dd2b80cdde86537971b64a1966170fe7e.tar.zst marcuscom-ports-504f620dd2b80cdde86537971b64a1966170fe7e.zip |
Add ltverhack, but it isn't needed for this port as the shared lib did not
change.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4543 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 53d0121ec..2b3369560 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.47 2005/07/03 17:22:02 ahze Exp $ +# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.48 2005/08/09 04:56:14 marcus Exp $ # PORTNAME= libwnck @@ -21,7 +21,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 +USE_GNOME= gnomehack gtk20 ltverhack USE_BISON= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 |