diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-23 08:26:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-23 08:26:36 +0800 |
commit | f111882770118d7a3838369fb946b275b3fffb69 (patch) | |
tree | 47c91742af7494ea0fa566db0a65ff0f7872736c /graphics/libwmf | |
parent | efcb01b310ed08f1674c9ac853f0baaec313ef0c (diff) | |
download | freebsd-ports-gnome-f111882770118d7a3838369fb946b275b3fffb69.tar.gz freebsd-ports-gnome-f111882770118d7a3838369fb946b275b3fffb69.tar.zst freebsd-ports-gnome-f111882770118d7a3838369fb946b275b3fffb69.zip |
Fix ports with duplicate pkgnames
With hat: portmgr
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 0a8b33f794f1..ca0372db3c3d 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -35,6 +35,10 @@ X11_USE= XORG=x11 X11_CONFIGURE_OFF=--with-x=no .include <bsd.port.options.mk> +.if ! ${PORT_OPTIONS:MX11} +PKGNAMESUFFIX= -nox11 +.endif + post-patch: @${REINPLACE_CMD} -e 's|src include fonts doc|src include fonts|g' \ ${WRKSRC}/Makefile.in |