diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 16:52:32 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 16:52:32 +0800 |
commit | d8352fb86cbdc84dd2086432004368e5165ea029 (patch) | |
tree | 5b3a07c57741f53c6dc836f400de8802759de77e /graphics/imlib2 | |
parent | 3e2d8d2bfb2dc06fe01af3aa2e9dcf167289b48a (diff) | |
download | freebsd-ports-gnome-d8352fb86cbdc84dd2086432004368e5165ea029.tar.gz freebsd-ports-gnome-d8352fb86cbdc84dd2086432004368e5165ea029.tar.zst freebsd-ports-gnome-d8352fb86cbdc84dd2086432004368e5165ea029.zip |
Do not arbitrary rename packages
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 9750b9c98a04..f9ac96ab591a 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -42,7 +42,6 @@ CONFIGURE_ARGS+= --disable-amd64 .if ! ${PORT_OPTIONS:MX11} CONFIGURE_ARGS+= --without-x -PKGNAMESUFFIX+= -nox11 PLIST_SUB= X11="@comment " .else USE_XORG= x11 sm xext |