diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 04:50:16 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 04:50:16 +0800 |
commit | 251c5920e00881450f90aa29f0d0aefe82ce2415 (patch) | |
tree | cf65d04eaa6e51269f4423a895ce973ea4ec07d0 /astro/nightfall/Makefile | |
parent | 59db5018ffc8d574eca27b80396e2a3ed4046ff7 (diff) | |
download | freebsd-ports-gnome-251c5920e00881450f90aa29f0d0aefe82ce2415.tar.gz freebsd-ports-gnome-251c5920e00881450f90aa29f0d0aefe82ce2415.tar.zst freebsd-ports-gnome-251c5920e00881450f90aa29f0d0aefe82ce2415.zip |
Remove now useless dependency on gnomehier
Diffstat (limited to 'astro/nightfall/Makefile')
-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 |