diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 14:58:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 14:58:48 +0800 |
commit | e8057c6e7a05418b20dca3ecefad4e90b9362c4c (patch) | |
tree | 5d3d5efc89d2c66050b17e57c7368951039f4ba4 /x11-wm | |
parent | 188639e20819dbdeb9f784766d5c88e1b9e66222 (diff) | |
download | freebsd-ports-gnome-e8057c6e7a05418b20dca3ecefad4e90b9362c4c.tar.gz freebsd-ports-gnome-e8057c6e7a05418b20dca3ecefad4e90b9362c4c.tar.zst freebsd-ports-gnome-e8057c6e7a05418b20dca3ecefad4e90b9362c4c.zip |
Support stage
modernize
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index bea26913320b..0f788d094c7c 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -11,10 +11,10 @@ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= GNOME interface to xcompmgr RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 GNU_CONFIGURE= yes -USES= pkgconfig +USES= libtool pkgconfig USE_AUTOTOOLS= automake:env DESKTOP_ENTRIES="gcompmgr" \ @@ -25,7 +25,6 @@ DESKTOP_ENTRIES="gcompmgr" \ true -NO_STAGE= yes post-patch: .for file in depcomp install-sh missing @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC} |