diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/deforaos-keyboard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/deforaos-keyboard/Makefile b/x11/deforaos-keyboard/Makefile index 999d72445b63..f36c6b0ed2a2 100644 --- a/x11/deforaos-keyboard/Makefile +++ b/x11/deforaos-keyboard/Makefile @@ -3,6 +3,7 @@ PORTNAME= keyboard PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/3696/ DISTNAME= Keyboard-${PORTVERSION} @@ -19,5 +20,6 @@ USE_GNOME= gtk20 USE_PKGCONFIG= build USE_XORG= xtst USE_GETTEXT= yes +MAKE_ARGS+= PREFIX=${PREFIX} .include <bsd.port.mk> |