summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 00:47:00 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 00:47:00 +0000
commit67b18ab90ce4903a9f2fbf1a99dad7d576266809 (patch)
tree0dd860b81d0567e20a10edc7d906cb77d20bc877 /net
parentUpdate to 21 Oct 2003. (diff)
Don't be such a cruel master to my slaves.
PR: 58593 Submitted by: Takahiro Morishita <morishita@skywing.org>
Notes
Notes: svn path=/head/; revision=92762
Diffstat (limited to 'net')
-rw-r--r--net/gaim/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile
index dfc077cda9fd..5c3005637dad 100644
--- a/net/gaim/Makefile
+++ b/net/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