diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-30 09:49:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-30 09:49:56 +0000 |
commit | cfb4dc6eeb2751a878c4f3710c3bd551d52bff88 (patch) | |
tree | 0fce238bea032c4e30c7f6a8887a3423c90190ca | |
parent | 80a4de9fdee92eba8c84f186728193b0b8a3abce (diff) | |
download | ports-cfb4dc6eeb2751a878c4f3710c3bd551d52bff88.tar.gz ports-cfb4dc6eeb2751a878c4f3710c3bd551d52bff88.zip |
Notes
-rw-r--r-- | x11/3ddesktop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile index fc9d8216beb1..3e64fbb2dc36 100644 --- a/x11/3ddesktop/Makefile +++ b/x11/3ddesktop/Makefile @@ -29,7 +29,7 @@ PLIST_FILES= bin/3ddesk bin/3ddeskd etc/3ddesktop.conf \ %%DATADIR%%/digits.bmp PLIST_DIRS= %%DATADIR%% -CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS} +CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} post-patch: |