diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-27 10:06:11 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-27 10:06:11 +0000 |
commit | 155f4e57bc099abcddfae05ec328d4c0f2a45077 (patch) | |
tree | 521ed6e0ac23414dc3637b0f66722e3a3be6346a /polish | |
parent | 9d3114adc817cb92f0c05ab7473652deb6df597f (diff) | |
download | ports-155f4e57bc099abcddfae05ec328d4c0f2a45077.tar.gz ports-155f4e57bc099abcddfae05ec328d4c0f2a45077.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/tleenx2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polish/tleenx2/Makefile b/polish/tleenx2/Makefile index 36d8f53c60a5..b4d71d3156ec 100644 --- a/polish/tleenx2/Makefile +++ b/polish/tleenx2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libtlen.so:${PORTSDIR}/polish/libtlen USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_XORG= xscrnsaver +USE_XORG= x11 xscrnsaver CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/TleenX2-${PORTVERSION} @@ -25,7 +25,7 @@ PORTDOCS= README gg.txt sms.txt post-patch: @${REINPLACE_CMD} \ - -e '/^tleenx2_LDADD =/,+1s,/usr/X11R6/lib/libXss.a,-lXss,' \ + -e '/^tleenx2_LDADD =/,+1s,/usr/X11R6/lib/libXss.a,-lXss -lX11,' \ -e 's,/usr/X11R6/lib/libXss.a,,' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},g; s,gcc,${CC},' \ |