diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 04:50:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 04:50:16 +0800 |
commit | 0b96d80f9beadaf4ba82e4f9e911aa1a57859a4f (patch) | |
tree | cf65d04eaa6e51269f4423a895ce973ea4ec07d0 | |
parent | 1e8973f2f8bb34bbea18700e9818a2a5ea2b19a1 (diff) | |
download | freebsd-ports-gnome-0b96d80f9beadaf4ba82e4f9e911aa1a57859a4f.tar.gz freebsd-ports-gnome-0b96d80f9beadaf4ba82e4f9e911aa1a57859a4f.tar.zst freebsd-ports-gnome-0b96d80f9beadaf4ba82e4f9e911aa1a57859a4f.zip |
Remove now useless dependency on gnomehier
-rw-r--r-- | astro/nightfall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index d4b4e954123c..477227db530c 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -3,7 +3,7 @@ PORTNAME= nightfall PORTVERSION= 1.70 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= astro MASTER_SITES= http://www.la-samhna.de/nightfall/ @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Interactive binary star application USES= compiler gettext gmake pathfix perl5 pkgconfig -USE_GNOME= gnomehier gtk20 +USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |