diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-14 22:30:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-14 22:30:51 +0800 |
commit | 2f14e5197b004012ba8afafade6d5e097dda58b7 (patch) | |
tree | cf23047a6d839c5998ca371fd86ff5c8d413c9ac | |
parent | f0256a8092b64714dce38f85aa85f0541a4845fa (diff) | |
download | marcuscom-ports-2f14e5197b004012ba8afafade6d5e097dda58b7.tar.gz marcuscom-ports-2f14e5197b004012ba8afafade6d5e097dda58b7.tar.zst marcuscom-ports-2f14e5197b004012ba8afafade6d5e097dda58b7.zip |
Unbreak reference port.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19871 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index 4fa96b556..e911e3a73 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -12,9 +12,11 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget +USES= tar:xz + .if !defined(REFERENCE_PORT) -USES+= gettext gmake libtool pathfix pkgconfig tar:xz +USES+= gettext gmake libtool pathfix pkgconfig USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \ libxml2 referencehack GNU_CONFIGURE= yes |