diff options
author | pav <pav@FreeBSD.org> | 2004-03-03 09:40:47 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-03 09:40:47 +0000 |
commit | fca1f50e6f80eac10a8caf01f98e0d8f2209276f (patch) | |
tree | 5f997d415e2fd4c4d418dba33052d142b6c4378b /net/amule1 | |
parent | 37fd631cb4758efb8f21f21c2f1eb9978798dfab (diff) | |
download | FreeBSD-ports-fca1f50e6f80eac10a8caf01f98e0d8f2209276f.zip FreeBSD-ports-fca1f50e6f80eac10a8caf01f98e0d8f2209276f.tar.gz |
- Fix dependency on wxgtk
Reported by: bento via kris
Pointy hat to: pav
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 0f2af98..86d2e7a 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 |