diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-02 05:08:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-02 05:08:18 +0000 |
commit | 430fb879c5b4b585cbacfe63430df6745deb0f2f (patch) | |
tree | cdfaaa90ddf29470582848e780d646853f7608fc /x11/startup-notification | |
parent | 94080f10fdaae6addc54e8f9c7c06fc292f430af (diff) |
Notes
Diffstat (limited to 'x11/startup-notification')
-rw-r--r-- | x11/startup-notification/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index d61df0fd5a70..22fbed36bb1b 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -7,6 +7,7 @@ PORTNAME= startup-notification PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 @@ -14,6 +15,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig + USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes |