diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-04 12:00:55 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-04 12:00:55 +0000 |
commit | 1b2dff874ea9b939149995e3debbe7e67fbe4f31 (patch) | |
tree | c03bca75aa4201a55302a7cee25ae4c574dbd210 /x11-toolkits | |
parent | 3669494766e659af404a779ac177edfb5cf9fc85 (diff) | |
download | FreeBSD-ports-1b2dff874ea9b939149995e3debbe7e67fbe4f31.zip FreeBSD-ports-1b2dff874ea9b939149995e3debbe7e67fbe4f31.tar.gz |
Fix another linking problem where gmake did not stop.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 5afcd7b..8febd2f 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -53,7 +53,6 @@ CONFIGURE_TARGET= USE_GMAKE= yes MAKEFILE= MAKE_FLAGS+= OPTFLAG="${CFLAGS}" -MAKE_FLAGS+= ADDITIONAL_LIB_DIRS=/usr/local/lib NO_MTREE= yes CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include |