diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-19 03:09:03 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-19 03:09:03 +0800 |
commit | 500826a809bbd71edc62d48f1474e0df300807af (patch) | |
tree | d239b6db58366e22a201e225b4bcdd4808c68c94 /graphics/cinepaint | |
parent | eec3d3cd706f56930b5cff07e273af3290d9359d (diff) | |
download | freebsd-ports-graphics-500826a809bbd71edc62d48f1474e0df300807af.tar.gz freebsd-ports-graphics-500826a809bbd71edc62d48f1474e0df300807af.tar.zst freebsd-ports-graphics-500826a809bbd71edc62d48f1474e0df300807af.zip |
Convert to USES=autoreconf
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index aeeb110d3a2..253c453fd15 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -25,13 +25,12 @@ OPTIONS_DEFINE= OYRANOS PRINT OYRANOS_DESC= ICC profile support via Oyranos PRINT_DESC= Gutenprint (gimp-print) plugin -USES= desktop-file-utils gettext gmake libtool pkgconfig python +GNU_CONFIGURE= yes +USES= autoreconf desktop-file-utils gettext gmake libtool \ + pkgconfig python USE_XORG= xmu USE_GNOME= gtk20 USE_GHOSTSCRIPT_RUN=yes -USE_AUTOTOOLS= libtoolize aclocal automake autoconf -ACLOCAL_ARGS= -I aclocal -AUTOMAKE_ARGS= --copy --force-missing --foreign --add-missing USE_LDCONFIG= yes INSTALL_TARGET= install-strip |