diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-14 13:53:26 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-14 13:53:26 +0000 |
commit | dca11657a46d5e9fa7027be27b76f46cb9b0d002 (patch) | |
tree | 761b96610aa0a9ed12ec6b128d630de3a14440ce | |
parent | Add kkbswitch, a KDE keyboard layout switcher. This one is very similar (diff) |
Remove garbage.
Fix wxgtk2 library version in LIB_DEPENDS.
Notes
Notes:
svn path=/head/; revision=93946
-rw-r--r-- | net-p2p/xmule/Makefile | 4 | ||||
-rw-r--r-- | net/xmule/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile index b7edd2ff5cec..08b6b88ed8d1 100644 --- a/net-p2p/xmule/Makefile +++ b/net-p2p/xmule/Makefile @@ -19,7 +19,7 @@ COMMENT= Port of eMule eDonkey P2P client using wxWindows class library LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ expat.4:${PORTSDIR}/textproc/expat2 \ - wx_gtk2-2.4:${PORTSDIR}/x11-toolkits/wxgtk2 + wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_X_PREFIX= yes @@ -39,8 +39,6 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ WX_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config -wx_gtk2-2.4:${PORTSDIR}/x11-toolkits/wxgtk2 - post-patch: # it works for FreeBSD as well @${REINPLACE_CMD} -E \ diff --git a/net/xmule/Makefile b/net/xmule/Makefile index b7edd2ff5cec..08b6b88ed8d1 100644 --- a/net/xmule/Makefile +++ b/net/xmule/Makefile @@ -19,7 +19,7 @@ COMMENT= Port of eMule eDonkey P2P client using wxWindows class library LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ expat.4:${PORTSDIR}/textproc/expat2 \ - wx_gtk2-2.4:${PORTSDIR}/x11-toolkits/wxgtk2 + wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_X_PREFIX= yes @@ -39,8 +39,6 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ WX_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config -wx_gtk2-2.4:${PORTSDIR}/x11-toolkits/wxgtk2 - post-patch: # it works for FreeBSD as well @${REINPLACE_CMD} -E \ |