diff options
Diffstat (limited to 'x11-wm/afterstep-stable/Makefile')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 247d6140f14e..681387f6a3ed 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -14,13 +14,13 @@ DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= dima@Chg.ru -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg NO_LATEST_LINK= yes USE_BZIP2= yes USE_X_PREFIX= yes +USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_ENV= X_EXTRA_LIBS="-lxpg4" CONFIGURE_ARGS= --with-png-includes="${LOCALBASE}/include" \ |