diff options
author | krion <krion@FreeBSD.org> | 2004-08-30 17:49:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-30 17:49:56 +0800 |
commit | ff24aaf3624f662171bd930d7171a7cc6013ebfd (patch) | |
tree | 818d29b6496d5cef05575b7fbead7cdaf9397d9b | |
parent | b9a3286d7ada3441d9f2e27d5ef25a4bdca4b99b (diff) | |
download | freebsd-ports-gnome-ff24aaf3624f662171bd930d7171a7cc6013ebfd.tar.gz freebsd-ports-gnome-ff24aaf3624f662171bd930d7171a7cc6013ebfd.tar.zst freebsd-ports-gnome-ff24aaf3624f662171bd930d7171a7cc6013ebfd.zip |
Portlint.
-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: |