diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-14 07:54:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-14 07:54:38 +0800 |
commit | 89b2c3cc0c67cd52a7ed44826efba79a60b704e5 (patch) | |
tree | e35d1f5ae6b755486ff114d78b07edaead0460ee /deskutils/deskbar-applet | |
parent | 94b70223024fa7abb48ea20e2e6f602eae3c0e59 (diff) | |
download | freebsd-ports-gnome-89b2c3cc0c67cd52a7ed44826efba79a60b704e5.tar.gz freebsd-ports-gnome-89b2c3cc0c67cd52a7ed44826efba79a60b704e5.tar.zst freebsd-ports-gnome-89b2c3cc0c67cd52a7ed44826efba79a60b704e5.zip |
This port doesn't need USE_DISPLAY anymore.
Reported by: Pawel Worach
Diffstat (limited to 'deskutils/deskbar-applet')
-rw-r--r-- | deskutils/deskbar-applet/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile index ed5ec6c77124..9d9f1c0d2263 100644 --- a/deskutils/deskbar-applet/Makefile +++ b/deskutils/deskbar-applet/Makefile @@ -28,7 +28,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes -USE_DISPLAY= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |