View | Details | Raw Unified | Return to bug 58593
Collapse All | Expand All

(-)net/gaim/Makefile (-3 / +5 lines)
Lines 12-21 Link Here
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
14
.if !defined(WITHOUT_OPENSSL)
14
.if !defined(WITHOUT_OPENSSL)
15
PATCH_SITES=		${MASTER_SITE_LOCAL} \
15
PATCH_SITES+=		${MASTER_SITE_LOCAL} \
16
			http://people.FreeBSD.org/~marcus/
16
			http://people.FreeBSD.org/~marcus/
17
PATCH_SITE_SUBDIR=	marcus
17
PATCH_SITE_SUBDIR+=	marcus
18
PATCHFILES=		${DISTNAME}-openssl.patch.gz
18
PATCHFILES+=		${DISTNAME}-openssl.patch.gz
19
PATCH_DIST_STRIP=	-p1
19
PATCH_DIST_STRIP=	-p1
20
.endif
20
.endif
21
21
Lines 23-28 Link Here
23
COMMENT=	Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger client
23
COMMENT=	Gtk+-2.0 open-source 'clone' of AOL's Instant Messenger client
24
24
25
LIB_DEPENDS=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification
25
LIB_DEPENDS=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification
26
27
CONFLICTS?=	ja-gaim-*
26
28
27
USE_X_PREFIX=	yes
29
USE_X_PREFIX=	yes
28
USE_GMAKE=	yes
30
USE_GMAKE=	yes

Return to bug 58593