View | Details | Raw Unified | Return to bug 180596 | Differences between
and this patch

Collapse All | Expand All

(-)devel/libnotify/Makefile (-5 / +3 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	libnotify
9
PORTNAME=	libnotify
10
PORTVERSION=	0.7.3
10
PORTVERSION=	0.7.3
11
PORTREVISION=	2
11
PORTREVISION=	3
12
CATEGORIES=	devel gnome
12
CATEGORIES=	devel gnome
13
MASTER_SITES=	GNOME
13
MASTER_SITES=	GNOME
14
14
Lines 21-32 RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/de Link Here
21
LICENSE=	LGPL21
21
LICENSE=	LGPL21
22
LICENSE_FILE=	${WRKSRC}/COPYING
22
LICENSE_FILE=	${WRKSRC}/COPYING
23
USE_BZIP2=	yes
23
USE_BZIP2=	yes
24
USE_GNOME=	gnomehack intlhack glib20 gtk20 ltverhack
24
USE_GNOME=	gdkpixbuf2 glib20 ltverhack
25
USES=		gettext
25
USES=		pathfix pkgconfig
26
USE_GMAKE=	yes
26
USE_GMAKE=	yes
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
USE_AUTOTOOLS=	libtool
28
USE_AUTOTOOLS=	libtool
29
CPPFLAGS+=	-I${LOCALBASE}/include
30
LDFLAGS+=	-L${LOCALBASE}/lib
31
29
32
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 180596