diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-26 03:40:24 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-26 03:40:24 +0000 |
commit | 3a3b3aa3deb0d4b72f6e73bb38509eb36f3266e6 (patch) | |
tree | 38a7818181a913149c003849c93c784a533386eb /Mk | |
parent | 4afc0be0556809a4018293876f44776a5267568b (diff) | |
download | ports-3a3b3aa3deb0d4b72f6e73bb38509eb36f3266e6.tar.gz ports-3a3b3aa3deb0d4b72f6e73bb38509eb36f3266e6.zip |
Fix bogon. Note to self: pay more attention to what you're doing.
Notes
Notes:
svn path=/head/; revision=40383
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.kde.mk | 3 | ||||
-rw-r--r-- | Mk/bsd.kde4.mk | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Mk/bsd.kde.mk b/Mk/bsd.kde.mk index a45b19c27277..1f6ddde7860d 100644 --- a/Mk/bsd.kde.mk +++ b/Mk/bsd.kde.mk @@ -9,8 +9,6 @@ # Do not commit them yourself (unless of course you're the Port's Wraith ;). KDE_MAINTAINER= will@FreeBSD.org -.if defined(_POSTMKINCLUDED) - # This section contains the USE_ definitions. # XXX: Write HAVE_ definitions sometime. @@ -105,5 +103,4 @@ USE_KDELIBS_VER=2 .endif # End of USE_KDEBASE_VER -.endif # End of use part. diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index a45b19c27277..1f6ddde7860d 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -9,8 +9,6 @@ # Do not commit them yourself (unless of course you're the Port's Wraith ;). KDE_MAINTAINER= will@FreeBSD.org -.if defined(_POSTMKINCLUDED) - # This section contains the USE_ definitions. # XXX: Write HAVE_ definitions sometime. @@ -105,5 +103,4 @@ USE_KDELIBS_VER=2 .endif # End of USE_KDEBASE_VER -.endif # End of use part. |