diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 08:32:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 08:32:19 +0800 |
commit | 3ba95a94301bad04f4a57272e5ab35e40ac2637b (patch) | |
tree | 8639877d11af65e2d9583e532549856e810e8371 /misc/libisocodes | |
parent | c27e10568556412d4d89b2e988515cd74326b843 (diff) | |
download | freebsd-ports-gnome-3ba95a94301bad04f4a57272e5ab35e40ac2637b.tar.gz freebsd-ports-gnome-3ba95a94301bad04f4a57272e5ab35e40ac2637b.tar.zst freebsd-ports-gnome-3ba95a94301bad04f4a57272e5ab35e40ac2637b.zip |
Get rid of gnomehier
Diffstat (limited to 'misc/libisocodes')
-rw-r--r-- | misc/libisocodes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libisocodes/Makefile b/misc/libisocodes/Makefile index c3fced97c50c..87f603e35dff 100644 --- a/misc/libisocodes/Makefile +++ b/misc/libisocodes/Makefile @@ -3,6 +3,7 @@ PORTNAME= libisocodes PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ @@ -17,7 +18,7 @@ RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes GNU_CONFIGURE= yes USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= glib20 gnomehier introspection:build libxml2 +USE_GNOME= glib20 introspection:build libxml2 INSTALL_TARGET= install-strip PLIST_SUB+= VERSION=${PORTVERSION} |