diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-02 19:02:58 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-02 19:02:58 +0800 |
commit | 38f9d1c53e1bb6079bc550b61c50d64af414f00a (patch) | |
tree | 41ffb9cc86ebe835d441513d2d04180c2850294c | |
parent | b3d1381078b5a0015dca0454ce9fa596f987ee6f (diff) | |
download | marcuscom-ports-38f9d1c53e1bb6079bc550b61c50d64af414f00a.tar marcuscom-ports-38f9d1c53e1bb6079bc550b61c50d64af414f00a.tar.gz marcuscom-ports-38f9d1c53e1bb6079bc550b61c50d64af414f00a.tar.bz2 marcuscom-ports-38f9d1c53e1bb6079bc550b61c50d64af414f00a.tar.lz marcuscom-ports-38f9d1c53e1bb6079bc550b61c50d64af414f00a.tar.xz marcuscom-ports-38f9d1c53e1bb6079bc550b61c50d64af414f00a.tar.zst marcuscom-ports-38f9d1c53e1bb6079bc550b61c50d64af414f00a.zip |
Remove DEBUG_CONFIGURE_ENABLE, it shouldn't be there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_3_12@19935 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gdm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 2b4449aba..a94922536 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -87,7 +87,6 @@ OPTIONS_DEFINE= IPV6 KEYRING OPTIONS_DEFAULT=KEYRING KEYRING_DESC= Gnomekeyring/PAM integration KEYRING_LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring -DEBUG_CONFIGURE_ENABLE= debug IPV6_CONFIGURE_ENABLE= ipv6 .include <bsd.port.options.mk> |