diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-10-09 18:42:12 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-10-09 18:42:12 +0000 |
commit | b9363a2f7dd34e9aa751aa1918861db5a1ab3c79 (patch) | |
tree | 014c13bc850f6219d0e51c690dac810bb595e15b /net/gaim | |
parent | 74f93c1316a62dfc1800e143c0fd25ec6e834ce6 (diff) | |
download | FreeBSD-ports-b9363a2f7dd34e9aa751aa1918861db5a1ab3c79.zip FreeBSD-ports-b9363a2f7dd34e9aa751aa1918861db5a1ab3c79.tar.gz |
Bump glib12 's share library version to 3,
and portlint.
Diffstat (limited to 'net/gaim')
-rw-r--r-- | net/gaim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 489ba0e..9aa1099 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ MAINTAINER= jim@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - glib12.2:${PORTSDIR}/devel/glib12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |