diff options
author | oliver <oliver@FreeBSD.org> | 2009-08-16 22:35:53 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-08-16 22:35:53 +0800 |
commit | dd371fbb79b4e6d7b2a1139f6c99da48acbf5689 (patch) | |
tree | 9935bfb4d18172420287488ec1ecaf62a1d6f21e /x11 | |
parent | 6813a868b4fd8973f4f6a6aa9d622f3f508fb72e (diff) | |
download | freebsd-ports-gnome-dd371fbb79b4e6d7b2a1139f6c99da48acbf5689.tar.gz freebsd-ports-gnome-dd371fbb79b4e6d7b2a1139f6c99da48acbf5689.tar.zst freebsd-ports-gnome-dd371fbb79b4e6d7b2a1139f6c99da48acbf5689.zip |
make startup notification really optional
PR: ports/137371
Submitted By: "Carlos A. M. dos Santos" <unixmania@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Terminal/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index 1f104160d93e..d8d50b45665b 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -7,7 +7,7 @@ PORTNAME= Terminal PORTVERSION= 0.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -15,8 +15,6 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Terminal emulator for the X windowing system -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes |