diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-01 00:47:00 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-01 00:47:00 +0000 |
commit | 1ee1174b80876a2604c9b380062549dcafe01b6b (patch) | |
tree | 9538dd5e39bc513d9a26b008e31aa9bdf1e14442 /net-im | |
parent | 915606074855ee1ac9569b98aa198fab2faa5e11 (diff) | |
download | FreeBSD-ports-1ee1174b80876a2604c9b380062549dcafe01b6b.zip FreeBSD-ports-1ee1174b80876a2604c9b380062549dcafe01b6b.tar.gz |
Don't be such a cruel master to my slaves.
PR: 58593
Submitted by: Takahiro Morishita <morishita@skywing.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index dfc077c..5c30056 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -12,10 +12,10 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} .if !defined(WITHOUT_OPENSSL) -PATCH_SITES= ${MASTER_SITE_LOCAL} \ +PATCH_SITES+= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~marcus/ -PATCH_SITE_SUBDIR= marcus -PATCHFILES= ${DISTNAME}-openssl.patch.gz +PATCH_SITE_SUBDIR+= marcus +PATCHFILES+= ${DISTNAME}-openssl.patch.gz PATCH_DIST_STRIP= -p1 .endif @@ -24,6 +24,8 @@ COMMENT= Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger client LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +CONFLICTS?= ja-gaim-* + USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes |