diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-22 03:53:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-22 03:53:26 +0800 |
commit | 3c2a57cd19ae654fb6bf3f04d6731df69932a98f (patch) | |
tree | e86a456d41a5e0fbf5c61d19bc42ae9fcb4a9400 /graphics | |
parent | 722a205f85aa58299ea41b244a5e9fbc1f58797d (diff) | |
download | freebsd-ports-gnome-3c2a57cd19ae654fb6bf3f04d6731df69932a98f.tar.gz freebsd-ports-gnome-3c2a57cd19ae654fb6bf3f04d6731df69932a98f.tar.zst freebsd-ports-gnome-3c2a57cd19ae654fb6bf3f04d6731df69932a98f.zip |
Stage support
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gcolor/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/gcolor/Makefile b/graphics/gcolor/Makefile index eab4b632f62e..ff5068bd4319 100644 --- a/graphics/gcolor/Makefile +++ b/graphics/gcolor/Makefile @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |