diff options
Diffstat (limited to 'x11/pmenu/Makefile')
-rw-r--r-- | x11/pmenu/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/x11/pmenu/Makefile b/x11/pmenu/Makefile index 9efbff2b8642..4165d2b7ec67 100644 --- a/x11/pmenu/Makefile +++ b/x11/pmenu/Makefile @@ -1,6 +1,6 @@ PORTNAME= pmenu DISTVERSIONPREFIX= v -DISTVERSION= 2.3.0 +DISTVERSION= 2.4.2 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org @@ -17,8 +17,13 @@ USE_GITHUB= yes GH_ACCOUNT= phillbush USE_XORG= x11 xext xft xinerama xrender -MAKE_ARGS= FREETYPEINC="${LOCALBASE}/include/freetype2" \ - PREFIX="${PREFIX}" +MAKE_ARGS= CC="${CC}" \ + FREETYPEINC="${LOCALBASE}/include/freetype2" \ + LOCALINC="${LOCALBASE}/include" \ + LOCALLIB="${LOCALBASE}/lib" \ + PREFIX="${PREFIX}" \ + X11INC="${LOCALBASE}/include/xorg" \ + X11LIB="${LOCALBASE}/lib/xorg" PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz |