diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 16:11:00 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 16:11:00 +0800 |
commit | 0186078c73399b59dc89eabdb0ef3a8080a09151 (patch) | |
tree | 3e644367614b99c50eaf5497b5f47261264019e5 /x11-toolkits/libwnck3/Makefile | |
parent | fc83e4b57fffee059dafb9315fda03d78388881d (diff) | |
download | marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.gz marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.bz2 marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.lz marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.xz marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.tar.zst marcuscom-ports-0186078c73399b59dc89eabdb0ef3a8080a09151.zip |
Another update:
- gcr to 3.14.0
- libgweather to 3.14.0
- libwnck3 to 3.4.9
- libsigc++20 to 2.4.0 [1]
[1] Pulled in from the ports tree. To be removed
when it makes its way back there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19952 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libwnck3/Makefile')
-rw-r--r-- | x11-toolkits/libwnck3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index 92b667e8b..19866c379 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -3,8 +3,7 @@ # $MCom$ PORTNAME= libwnck -PORTVERSION= 3.4.7 -PORTREVISION= 1 +PORTVERSION= 3.4.9 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -24,7 +23,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tools CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LINS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= STARTUP |