diff options
author | mezz <mezz@FreeBSD.org> | 2006-04-01 06:03:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-04-01 06:03:05 +0800 |
commit | 8ac019b54d4a0a06e00f81ec63f515252b5faeb1 (patch) | |
tree | 5bce9153cf6cde80c5053d0c7698d96cef2e1521 /graphics | |
parent | 3bd9395f17ce42e7119bab541b4e8aa0a8d7f4c5 (diff) | |
download | freebsd-ports-gnome-8ac019b54d4a0a06e00f81ec63f515252b5faeb1.tar.gz freebsd-ports-gnome-8ac019b54d4a0a06e00f81ec63f515252b5faeb1.tar.zst freebsd-ports-gnome-8ac019b54d4a0a06e00f81ec63f515252b5faeb1.zip |
portlint:
-Remove USE_REINPLACE.
-Add USE_GETTEXT.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/comix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index ff2cf89ca32e..ef4822ef8d32 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -21,8 +21,8 @@ NO_BUILD= yes USE_GNOME= desktopfileutils pygtk2 WANT_GNOME= yes USE_PYTHON= yes +USE_GETTEXT= yes USE_X_PREFIX= yes -USE_REINPLACE= yes DOCS= COPYING ChangeLog README MAN1= comix.1 comicthumb.1 |