diff options
author | krion <krion@FreeBSD.org> | 2004-08-30 09:49:56 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-30 09:49:56 +0000 |
commit | ff24aaf3624f662171bd930d7171a7cc6013ebfd (patch) | |
tree | 818d29b6496d5cef05575b7fbead7cdaf9397d9b /x11/3ddesktop | |
parent | b9a3286d7ada3441d9f2e27d5ef25a4bdca4b99b (diff) | |
download | FreeBSD-ports-ff24aaf3624f662171bd930d7171a7cc6013ebfd.zip FreeBSD-ports-ff24aaf3624f662171bd930d7171a7cc6013ebfd.tar.gz |
Portlint.
Diffstat (limited to 'x11/3ddesktop')
-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 fc9d821..3e64fbb 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: |