diff options
Diffstat (limited to 'x11/trayer/Makefile')
-rw-r--r-- | x11/trayer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile index 097c255c3358..35363480217e 100644 --- a/x11/trayer/Makefile +++ b/x11/trayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= trayer PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/t/trayer @@ -18,9 +18,9 @@ COMMENT= Lightweight GTK2-based systray for UNIX desktop USE_GNOME= gtk20 glib20 pango atk USE_ICONV= yes - +USE_XORG= xmu USE_GMAKE= yes -MAKE_ARGS= "PREFIX=${X11BASE}" +MAKE_ARGS= "PREFIX=${PREFIX}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if !defined(NOPORTDOCS) |