diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-24 04:54:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-24 04:54:23 +0000 |
commit | d8786c122d51cf2e6098f5cde422b12d13b95ceb (patch) | |
tree | dcb23fb0260cee699e361bbbe26f1bc11427aaf6 /graphics/dataplot/files | |
parent | d07aa2e63d64faaa46ec110156cf8d225c348bd2 (diff) | |
download | ports-d8786c122d51cf2e6098f5cde422b12d13b95ceb.tar.gz ports-d8786c122d51cf2e6098f5cde422b12d13b95ceb.zip |
Notes
Diffstat (limited to 'graphics/dataplot/files')
-rw-r--r-- | graphics/dataplot/files/Makefile.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dataplot/files/Makefile.tmpl b/graphics/dataplot/files/Makefile.tmpl index 4a1a3c4e2842..5d3f5a21d173 100644 --- a/graphics/dataplot/files/Makefile.tmpl +++ b/graphics/dataplot/files/Makefile.tmpl @@ -1,4 +1,4 @@ -CFLAGS += -I%%LOCALBASE%%/include/gd -I%%X11BASE%%/include +CFLAGS += -I%%LOCALBASE%%/include -I%%X11BASE%%/include DEST = ${PREFIX}/bin @@ -19,7 +19,7 @@ LD = $(CC) LDFLAGS = -L%%LOCALBASE%%/lib -L%%X11BASE%%/lib -LIBS = -lgd1 -lpng -ljpeg -lX11 -lz -lg2c -lm +LIBS = -lgd -lpng -ljpeg -lX11 -lz -lg2c -lm MAKEFILE = Makefile |