diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-03 09:40:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-03 09:40:47 +0000 |
commit | eff7605e0c83da1fa0b42427a28c1bdc1efaa735 (patch) | |
tree | ca33c30d2f9695cb562c034d36d75a32ad16945b /net/amule1 | |
parent | This is actually broken on all 5.x platforms. (diff) |
- Fix dependency on wxgtk
Reported by: bento via kris
Pointy hat to: pav
Notes
Notes:
svn path=/head/; revision=102796
Diffstat (limited to 'net/amule1')
-rw-r--r-- | net/amule1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/amule1/Makefile b/net/amule1/Makefile index 0f2af98f39e7..86d2e7a2df2d 100644 --- a/net/amule1/Makefile +++ b/net/amule1/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= amule MAINTAINER= ganael.laplanche@martymac.com COMMENT= Just another eMule P2P Client -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk \ +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 \ curl.2:${PORTSDIR}/ftp/curl USE_X_PREFIX= yes |