diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-28 05:48:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-28 05:48:55 +0800 |
commit | 53bd1a922a6412ffb21cfe447d1a9dd103048ea4 (patch) | |
tree | 83f0bc9e65f005d290620eceb0ddf30c1b6c6170 /x11-toolkits | |
parent | 1992a6df30db6cbffe5ab84c274cb2202a3688a0 (diff) | |
download | freebsd-ports-gnome-53bd1a922a6412ffb21cfe447d1a9dd103048ea4.tar.gz freebsd-ports-gnome-53bd1a922a6412ffb21cfe447d1a9dd103048ea4.tar.zst freebsd-ports-gnome-53bd1a922a6412ffb21cfe447d1a9dd103048ea4.zip |
Stage support
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/phat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/phat/Makefile b/x11-toolkits/phat/Makefile index 976987174a64..91d95694b8d4 100644 --- a/x11-toolkits/phat/Makefile +++ b/x11-toolkits/phat/Makefile @@ -12,12 +12,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of GTK+ widgets geared toward pro-audio apps GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 libgnomecanvas USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ -e 's|-Werror||g' \ |