diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-08-31 04:01:25 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-08-31 04:01:25 +0000 |
commit | b42fbeb7b3a423940c4fc66753e42f443e3c874a (patch) | |
tree | aad0557e6d16d18e134bfa69aeabc0fcae5d062d /irc/xchat2/Makefile | |
parent | Distfile changed on the MASTER_SITE. I have no idea if this (diff) |
Added imlib dependency.
Submitted by: obrien
Diffstat (limited to '')
-rw-r--r-- | irc/xchat2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 478c5b28d491..a5beaab88ab1 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://xchat.org/files/beta/ \ MAINTAINER= jim@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + Imlib.4:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |