diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-23 00:26:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-23 00:26:36 +0000 |
commit | 3902300dbcf5eef4df5771b323c1c5866118ba02 (patch) | |
tree | 47c91742af7494ea0fa566db0a65ff0f7872736c /graphics/libwmf/Makefile | |
parent | 0ee4a50c646e7a58b7139cbd10641c4e29798e11 (diff) |
Fix ports with duplicate pkgnames
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=351891
Diffstat (limited to 'graphics/libwmf/Makefile')
-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 |